Merged
Conversation
ca69b78 to
b7db89d
Compare
b7db89d to
c1e79cf
Compare
Signed-off-by: Ian Wood <ianwood@u.northwestern.edu>
c1e79cf to
1fc5a5e
Compare
hanhanW
approved these changes
Jan 28, 2026
hanhanW
pushed a commit
that referenced
this pull request
Feb 6, 2026
Reverts: - Carries local revert of llvm/llvm-project#169614 due to #22649. - Adds revert of llvm/llvm-project#177982. `reifyResultShapes()` is unimplemented for pack ops on memrefs causing a crash in [getPackUnPackIterationDomain](https://github.com/iree-org/llvm-project/blob/b24bd7161ca7eb6e9652c34b92e200ac16af3628/mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp#L718) Fixes: - Passes `LLVM::DIFlags::Zero` to address the added argument for L`LVM::DIDerivedTypeAttr::get()` [llvm/llvm-project#177889](llvm/llvm-project#177889) - Removes he `firstIndex` parameter to address the API change to `visitNonControlFlowArguments()` [llvm/llvm-project#175210](llvm/llvm-project#175210) https://github.com/iree-org/llvm-project/tree/sm-iree-integrates/llvm-20260128 Signed-off-by: Ian Wood <ianwood@u.northwestern.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts:
linalg.packllvm/llvm-project#177982.reifyResultShapes()is unimplemented for pack ops on memrefs causing a crash in getPackUnPackIterationDomainFixes:
LLVM::DIFlags::Zeroto address the added argument for LLVM::DIDerivedTypeAttr::get()llvm/llvm-project#177889firstIndexparameter to address the API change tovisitNonControlFlowArguments()llvm/llvm-project#175210https://github.com/iree-org/llvm-project/tree/sm-iree-integrates/llvm-20260128